﻿//==============================================================================
// ajax_anim.txt
//==============================================================================




//==============================================================================
define heroglow
{
   set hotspot
   {
      version
      {
					Visual trade x caravan_theseus idlea
					ReplaceTexture hero g theseus shield/llama shield
					ReplaceTexture hero g theseus/llama rider
					ReplaceTexture hero g theseus head standard/infantry g hypaspist head standard
      }
   }
}

//==============================================================================
define heroglow2
{
   set hotspot
   {
      version
      {
					Visual trade x caravan_theseus flaila
					ReplaceTexture hero g theseus shield/llama shield
					ReplaceTexture hero g theseus/llama rider
					ReplaceTexture hero g theseus head standard/infantry g hypaspist head standard
      }
   }
}

//==============================================================================
define heroglow3
{
   set hotspot
   {
      version
      {
					Visual Trade X Caravan_idlea
					ReplaceTexture trade x caravan/llama ridden
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
		SetSelector
		{
			set hotspot
			{
				version
				{
            					Visual Trade X Caravan_idlea
					ReplaceTexture trade x caravan/llama ridden
					Connect hotspot heroglow hotspot
				}
			}
		}
   }
}

//==============================================================================
anim Bored
{
   SetSelector
   {
		SetSelector
		{
			set hotspot
			{
				version
				{
            					Visual Trade X Caravan_boreda
					ReplaceTexture trade x caravan/llama ridden
					Connect hotspot heroglow hotspot
				}
			}
		}
   }
}

//==============================================================================
anim attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual trade x caravan_theseus attacka
	length 1
					ReplaceTexture trade x caravan cargo/attachments g sword iron
					ReplaceTexture trade x caravan/llama equipment
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.63 true   
            tag GenericSound 0.57 true   
//-- end auto generated section
				Connect hotspot heroglow3 hotspot
         }
      }
   }
}

//==============================================================================
anim death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual trade x caravan_theseus deatha
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.00 false MaleDeath  checkVisible
//-- end auto generated section
					ReplaceTexture hero g theseus/theseus_llama
					ReplaceTexture hero g theseus shield/llama shield
					ReplaceTexture hero g theseus head standard/infantry g hypaspist head standard
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector
   {
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual Trade X Caravan_Walka
				ReplaceTexture trade x caravan/llama ridden
				length 0.475
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag FootstepLeft 0.10 true   
            tag FootstepRight 0.00 true   
            tag FootstepLeft 0.20 true   
            tag FootstepRight 0.10 true   
//-- end auto generated section
				Connect hotspot heroglow hotspot
				}
			}
		}
   }
}

//==============================================================================
anim flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Trade X Caravan_Flaila
					ReplaceTexture trade x caravan/llama ridden
					Connect hotspot heroglow2 hotspot
         }
      }
   }
}
